home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TDIALPROGRESSDLG / TDIALPROGRESSDLG.txt
Encoding:
Text File  |  1997-04-15  |  2.6 KB  |  128 lines

  1. object DialProgressDlg: TDialProgressDlg
  2.   Left = 24
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialler'
  6.   ClientHeight = 158
  7.   ClientWidth = 351
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 337
  23.     Height = 105
  24.     TabOrder = 0
  25.     object TitleStr: TLabel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 321
  29.       Height = 21
  30.       AutoSize = False
  31.       Caption = 'Initialising...'
  32.       Font.Color = clBlack
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.     end
  38.     object SectionTitleStr: TLabel
  39.       Left = 8
  40.       Top = 32
  41.       Width = 321
  42.       Height = 17
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.     end
  46.     object OutputStr: TLabel
  47.       Left = 8
  48.       Top = 50
  49.       Width = 321
  50.       Height = 16
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.     end
  54.     object Sending: TLabel
  55.       Left = 184
  56.       Top = 79
  57.       Width = 145
  58.       Height = 18
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = 'Sending...'
  62.       Font.Color = clBlack
  63.       Font.Height = -10
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object Manual: TLabel
  69.       Left = 9
  70.       Top = 53
  71.       Width = 321
  72.       Height = 26
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 'Manual'
  76.       Font.Color = clBlack
  77.       Font.Height = -20
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.       Visible = False
  82.     end
  83.     object IgnoreBox: TCheckBox
  84.       Left = 8
  85.       Top = 80
  86.       Width = 161
  87.       Height = 17
  88.       Caption = '&Ignore Time-Out'
  89.       Font.Color = clBlack
  90.       Font.Height = -10
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       TabOrder = 0
  95.       Visible = False
  96.     end
  97.   end
  98.   object Button1: TButton
  99.     Left = 256
  100.     Top = 118
  101.     Width = 89
  102.     Height = 33
  103.     Cancel = True
  104.     Caption = 'Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 2
  107.     OnClick = Button1Click
  108.   end
  109.   object Button2: TButton
  110.     Left = 162
  111.     Top = 118
  112.     Width = 89
  113.     Height = 33
  114.     Caption = 'OK'
  115.     Default = True
  116.     Enabled = False
  117.     ModalResult = 1
  118.     TabOrder = 1
  119.     OnClick = Button2Click
  120.   end
  121.   object Comm321: TComm32
  122.     CommPort = 'COM4'
  123.     OnReceiveData = Comm321ReceiveData
  124.     Left = 8
  125.     Top = 120
  126.   end
  127. end
  128.